ComponentOne CalendarView for WinForms
C1.Framework.Mathematics Namespace / Matrix<T> Class / _T Field

In This Topic
    _T Field (Matrix<T>)
    In This Topic
    Saves the type of T.
    Syntax
    'Declaration
     
    
    Protected _T As Matrix.SupportedT(Of T)
    protected Matrix.SupportedT<T> _T
    See Also